Configures device settings such as maintenance mode.
10.1.1.13,10.1.1.50,10.1.1.101.
Enter Yes to disable processing IP packets with ip options. Enter No to enable processing IP packets with ip options.
Enter Yes to disable processing IP packets with IP options destined to the CPU. Enter No to enable processing IP packets with IP options destined to the CPU.
Enter Yes to disable processing IPV6 packets with IP options. Enter No to enable processing IPV6 packets with IP options. This parameter is not supported on SLX9540 and SLC9640.
$ efa inventory device setting update –-ip 10.20.24.10 –-mct-bring-up-delay 200This example specifies a maximum time of 100 seconds that maintenance mode is allowed to complete operations.
$ efa inventory device setting update –-ip 10.20.24.10 –-maint-mode-convergence-time 100This example enables prefix independent convergence on the device.
efa inventory device setting update –-ip 10.20.24.10 --prefix-independent-convergence Yes Warning: The best practice is to clear all routes after configuring PIC. You can also reload the device. Execute the CLI to clear : efa inventory device clear route-all –-ip 10.20.24.1This example enables prefix independent convergence static on the device.
efa inventory device setting update --ip 10.20.24.18 --prefix-independent-convergence-static yes +--------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +--------------+--------------------------------+---------+-------+-------+ | 10.20.24.18 | Static Prefix Independent | Success | Yes | | | | Convergence Enabled | | | | +--------------+--------------------------------+---------+-------+-------+ Warning: The best practice is to clear all routes after configuring Static PIC. You can also reload the device. Execute the CLI to clear : efa inventory device clear route-all --ip 10.20.24.18 Execute the CLI to reload : efa inventory device reload --ip 10.20.24.18This example configures the maximum route prefix length of 64.
efa inventory device setting update –-ip 10.24.80.135 --maximum-ipv6-prefix-length-64 Warning: Configuration will not take effect until reloaded. Execute the CLI to reload : efa inventory device reload –-ip 10.24.80.135This example specifies disabling ip option processing and disabling ipv6 option processing while allowing ip option processing destined to the cpu.
efa inventory device setting update --ip 10.10.10.1 --ip-option-disable yes --ip-option-disable-cpu no --ipv6-option-disable yes +---------------+-----------------------+------------+-------------+-------------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +---------------+-----------------------+------------+-------------+-------------+ | 10.24.2.120 | ip-option-disable | Success | Yes | | | +-----------------------+------------+-------------+-------------+ | | ip-option-disable-cpu | Success | No | | | +-----------------------+------------+-------------+-------------+ | | ipv6-option-disable | Success | Yes | | +---------------+-----------------------+------------+-------------+-------------+This example enables the peer group ipv6prefix over ipv4peer.
efa inventory device setting update --ip 10.20.246.16 --peer-group-ipv6-prefix-over-ipv4-peer yes +--------------+---------------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +--------------+---------------------------------------+---------+-------+-------+ | 10.20.246.16 | peer-group-ipv6-prefix-over-ipv4-peer | Success | Yes | | +--------------+---------------------------------------+---------+-------+-------+
efa inventory device setting update --ip 10.20.24.10,10.20.24.12 --crypto-cert-expiry-info 50 +---------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +---------------+--------------------------------+---------+-------+-------+ | 10.20.24.10 | Crypto Cert Expiry Info | Success | 50 | | +---------------+--------------------------------+---------+-------+-------+
efa inventory device setting update --ip 10.20.24.10,10.20.24.12 --crypto-cert-expiry-minor 30 +---------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +---------------+--------------------------------+---------+-------+-------+ | 10.20.24.10 | Crypto Cert Expiry Minor | Success | 30 | | +---------------+--------------------------------+---------+-------+-------+
efa inventory device setting update --ip 10.20.24.10,10.20.24.12 --crypto-cert-expiry-major 10 +---------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +---------------+--------------------------------+---------+-------+-------+ | 10.20.24.10 | Crypto Cert Expiry Major | Success | 10 | | +---------------+--------------------------------+---------+-------+-------+
efa inventory device setting update --ip 10.20.24.10,10.20.24.12 --crypto-cert-expiry-critical 5 +---------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +---------------+--------------------------------+---------+-------+-------+ | 10.20.24.10 | Crypto Cert Expiry Critical | Success | 5 | | +---------------+--------------------------------+---------+-------+-------+This example enables flooding for the IP DHCP relay on the specified device.
efa inventory device setting update –-ip 10.20.246.15 --ip-dhcp-relay-disable-flooding No +-------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +-------------+--------------------------------+---------+-------+-------+ | 10.20.246.15| Ip Dhcp Relay Disable Flooding | Success | No | | +-------------+--------------------------------+---------+-------+-------+This example enables flooding for the IP DHCP relay on the specified devices.
efa inventory device setting update --ip-dhcp-relay-disable-flooding No –-ip 10.20.246.15,10.20.246.16 +-------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +-------------+--------------------------------+---------+-------+-------+ | 10.20.246.15| Ip Dhcp Relay Disable Flooding | Success | No | | +-------------+--------------------------------+---------+-------+-------+ | 10.20.246.16| Ip Dhcp Relay Disable Flooding | Success | No | | +-------------+--------------------------------+---------+-------+-------+This example disables flooding for the IP DHCP relay on the specified fabric.
efa inventory device setting update --ip-dhcp-relay-disable-flooding Yes --fabric fs +-------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +-------------+--------------------------------+---------+-------+-------+ | 10.20.246.15| Ip Dhcp Relay Disable Flooding | Success | Yes | | +-------------+--------------------------------+---------+-------+-------+ | 10.20.246.16| Ip Dhcp Relay Disable Flooding | Success | Yes | | +-------------+--------------------------------+---------+-------+-------+This example sets the password expiry values for the specified parameters and values on the specified device.
# efa inventory device setting update --ip 10.64.192.72 --password-expiry-info 30 --password-expiry-minor 20 --password-expiry-major 10 --password-expiry-critical 2 +--------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +--------------+--------------------------------+---------+-------+-------+ | 10.64.192.72 | Password Expiry For | Success | 30 | | | | Info Level | | | | + +--------------------------------+---------+-------+-------+ | | Password Expiry for | Success | 20 | | | | Minor Level | | | | + +--------------------------------+---------+-------+-------+ | | Password Expiry for | Success | 10 | | | | Major Level | | | | + +--------------------------------+---------+-------+-------+ | | Password Expiry for | Success | 2 | | | | Critical Level | | | | +--------------+--------------------------------+---------+-------+-------+ --- Time Elapsed: 53.849675ms ---This example sets the password expiry values for the specified parameters and values on the specified fabric.
# efa inventory device setting update --fabric myclos --password-expiry-info 30 --password-expiry-minor 20 --password-expiry-major 10 --password-expiry-critical 2 +--------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +--------------+--------------------------------+---------+-------+-------+ | 10.64.192.72 | Password Expiry For | Success | 30 | | | | Info Level | | | | + +--------------------------------+---------+-------+-------+ | | Password Expiry for | Success | 20 | | | | Minor Level | | | | + +--------------------------------+---------+-------+-------+ | | Password Expiry for | Success | 10 | | | | Major Level | | | | + +--------------------------------+---------+-------+-------+ | | Password Expiry for | Success | 2 | | | | Critical Level | | | | +--------------+--------------------------------+---------+-------+-------+ --- Time Elapsed: 53.849675ms ---